FlexReport for .NET | ComponentOne
C1.Document Assembly / C1.Win.ImportServices.ReportingService4 Namespace / GetSystemPropertiesResponse Class / GetSystemPropertiesResponse Constructor / GetSystemPropertiesResponse Constructor(ServerInfoHeader,Property[])

In This Topic
    GetSystemPropertiesResponse Constructor(ServerInfoHeader,Property[])
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal ServerInfoHeader As ServerInfoHeader, _
       ByVal Values() As Property _
    )
    public GetSystemPropertiesResponse( 
       ServerInfoHeader ServerInfoHeader,
       Property[] Values
    )

    Parameters

    ServerInfoHeader
    Values
    See Also